403 Forbidden - Links in ASP.NET code behind

Jeremy Winslow 0 Reputation points
2024-07-23T00:11:39.3533333+00:00

I am building my website in ASP.NET Web Forms with User Accounts. I have just the example template that comes with the ASP.NET webforms and I'm going through trying to connect all the 2FA ans SendGrid peripherals. I would really like to read the documentation that the links are provided in each of the code sections but every link I click on to "Learn More" I am getting 403 forbidden.

Example in the IdentityModel.cs at the top

// You can add User data for the user by adding more properties to your User class, please visit https://go.microsoft.com/fwlink/?LinkID=317594 to learn more.

Click that link and I'm 403 forbidden.

Im signed in here (obviously). So why can't I view the documentation for the template?

Microsoft Identity Manager
Microsoft Identity Manager
A family of Microsoft products that manage a user's digital identity using identity synchronization, certificate management, and user provisioning.
661 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,418 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Lan Huang-MSFT 28,841 Reputation points Microsoft Vendor
    2024-07-23T01:56:05.2966667+00:00

    Hi @Jeremy Winslow,

    I think it may be some policy adopted by Microsoft that makes it impossible to access aspx pages.

    You can access it by just deleting the .aspx.

    User's image

    User's image

    If you want to know the specific reason why you can't access, please ask for help in the Microsoft Developer Blog forum.

    https://devblogs.microsoft.com/faq

    Best regards,
    Lan Huang


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread

    0 comments No comments